Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix & Update <ranges> #18

Merged
merged 54 commits into from
Jul 2, 2024
Merged

Fix & Update <ranges> #18

merged 54 commits into from
Jul 2, 2024

Conversation

lackhole
Copy link
Owner

@lackhole lackhole commented Jun 22, 2024

  • Fix derived_from_single_crtp not detecting range_adaptor_closure in old MSVC
  • Fix ranges-pipe-syntax not detecting non-template range adaptors
  • Fix bug in ranges::cartesian_product_view
  • Fix compressed_pair::swap always participating in overload resolution
  • Fix is_equality_comparable falls into infinite recursion in old GCC
  • Fix has_operator_string_view detecting non-operator string_view() in MSVC

  • Update std::apply to C++23 standard
  • Update readability of metaprogramming

  • Add tests for <ranges>
  • Add constrained CTAD for ranges::subrange
  • Add constrained CTAD for ranges::iota_view
  • Add tuple_integer_sequence
  • Add swap(compressed_pair)

@lackhole lackhole merged commit 5a3d6c1 into main Jul 2, 2024
54 checks passed
@lackhole lackhole deleted the ranges-fix branch July 2, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant